home *** CD-ROM | disk | FTP | other *** search
/ Love & Sex - Muroi / Love & Sex - Muroi.iso / muroi / deta / dir_file / l04_sh.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1995-08-26  |  443 b   |  17 lines

  1. on exitFrame
  2.   repeat with i = 18 to 21
  3.     if rollOver(i) then
  4.       set the visible of sprite i to 1
  5.       next repeat
  6.     end if
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   if (getAt(glist, 1) <> 0) and (getAt(glist, 2) <> 0) and (getAt(glist, 3) <> 0) and (getAt(glist, 4) <> 0) then
  10.     puppetSprite(2, 1)
  11.     set the castNum of sprite 2 to the number of cast "SELECTon"
  12.   else
  13.     puppetSprite(2, 0)
  14.   end if
  15.   go(the frame)
  16. end
  17.